Schema bimoCommon.v1
Schema bimoCommon.v1 : Typ złożony Registration
Typ złożony Registration
Opis
Dane rejestrowe podmiotu
Typ umożliwiający przekazywanie danych rejestrowych podmiotu.
Przestrzeń nazw http://api.big.pl/bimo/v1
Diagram
Element registerId Element registrationAuthority Sequence Typ złożony Registration
Przegląd
Registration
Dane rejestrowe podmiotu
Typ umożliwiający przekazywanie danych rejestrowych podmiotu.
Sequence
registrationAuthority Typ prosty string100
Nazwa organu rejestrowego
Nazwa organu, w którym zarejestrowany jest podmiot
registerId Typ prosty string40
Numer w rejestrze
Numer nadany podmiotowi przez organ rejestrowy.
Używany przez
Źródło
<xs:complexType name="Registration" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
      <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Dane rejestrowe podmiotu</div>
      <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Typ umożliwiający przekazywanie danych rejestrowych podmiotu.</div>
    </xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="registrationAuthority" type="bc:string100">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Nazwa organu rejestrowego</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Nazwa organu, w którym zarejestrowany jest podmiot</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="registerId" type="bc:string40">
      <xs:annotation>
        <xs:documentation>
          <div class="nazwa pl-PL" xmlns="http://www.w3.org/1999/xhtml">Numer w rejestrze</div>
          <div class="opis pl-PL" xmlns="http://www.w3.org/1999/xhtml">Numer nadany podmiotowi przez organ rejestrowy.</div>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Zobacz także